Fix to xen-clone, minor top-level Makefile tidy
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 1 Jul 2005 10:52:07 +0000 (10:52 +0000)
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Fri, 1 Jul 2005 10:52:07 +0000 (10:52 +0000)
Signed-off-by: ian.pratt@cl.cam.ac.uk
Makefile
tools/misc/xen-clone

index 264cc2015e3eb4bce8dc66bec53944d6b6dc273d..97438bf3e08d9e554d990fc3d7c53a103c508687 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -177,12 +177,10 @@ uninstall:
 
 # Legacy targets for compatibility
 linux24:
-       $(MAKE) linux-2.4-xen0-build
-       $(MAKE) linux-2.4-xenU-build
+       $(MAKE) 'KERNELS=linux-2.4*' dist
 
 linux26:
-       $(MAKE) linux-2.6-xen0-build
-       $(MAKE) linux-2.6-xenU-build
+       $(MAKE) 'KERNELS=linux-2.6*' dist
 
 netbsd20:
        $(MAKE) netbsd-2.0-xenU-build
index fe573ef9df7b04a5ce053b438720c483937479c5..581a0b9f4e978d271d86ed90d72b7ca4998a0925 100755 (executable)
@@ -52,7 +52,7 @@ esac
 # clone the master repository (now checked-out by default)
 if [ ! -d ${DEST_BK_REP} ] 
 then 
-mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ${DEST_BK_REP} ; hg co ; cd ${TOP}
+mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ; hg co ; cd ${TOP}
 else
 cd ${DEST_BK_REP}
 hg pull ; hg co